home *** CD-ROM | disk | FTP | other *** search
- object ExportFileForm: TExportFileForm
- Left = 374
- Top = 106
- HelpContext = 2200
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Export Dictionary to a File'
- ClientHeight = 335
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ExportLabel: TLabel
- Left = 16
- Top = 256
- Width = 52
- Height = 13
- Caption = 'Export &List:'
- end
- object ExportTypeGroup: TRadioGroup
- Left = 8
- Top = 64
- Width = 297
- Height = 73
- Caption = 'Export Type'
- ItemIndex = 0
- Items.Strings = (
- '&All Dictionary Contents'
- 'Selected &Databases'
- 'Selected Attribute &Sets')
- TabOrder = 1
- TabStop = True
- OnClick = ExportTypeGroupClick
- end
- object OKBtn: TButton
- Left = 72
- Top = 304
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 152
- Top = 304
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 232
- Top = 304
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = HelpBtnClick
- end
- object ExportFileGroup: TGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 49
- Caption = 'Export &File'
- TabOrder = 0
- object ExportFileEdit: TEdit
- Left = 8
- Top = 16
- Width = 193
- Height = 21
- TabOrder = 0
- Text = 'Export.bdx'
- OnChange = ExportFileEditChange
- end
- object BrowseBtn: TButton
- Left = 208
- Top = 16
- Width = 75
- Height = 25
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = BrowseBtnClick
- end
- end
- object ExportListGroup: TGroupBox
- Left = 8
- Top = 144
- Width = 297
- Height = 153
- Caption = 'E&xport List'
- TabOrder = 2
- object ExportList: TListBox
- Left = 8
- Top = 16
- Width = 193
- Height = 129
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '[All Dictionary Contents]')
- MultiSelect = True
- TabOrder = 0
- OnClick = CheckOK
- end
- object SelectBtn: TButton
- Left = 208
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Se&lect All'
- Enabled = False
- TabOrder = 1
- OnClick = SelectBtnClick
- end
- end
- object ExportFileDialog: TSaveDialog
- DefaultExt = 'bdx'
- FileEditStyle = fsEdit
- FileName = '*.bdx'
- Filter = 'Borland Dictionary Exchange Files (*.bdx)|*.bdx|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly]
- Title = 'Export File'
- Left = 8
- Top = 304
- end
- end
-